-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consolidate bootstrap docs #107116
consolidate bootstrap docs #107116
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
r? @jyn514 |
I think those changes should wait for the |
@ozkanonur you don't need to put (Unless you're doing it for some other reason, which I think may be confusing because r= is already used to mean "approved by" in the rust repo) |
d3adf3a
to
d0fa05c
Compare
f3fd173
to
9060e70
Compare
rust-lang/rustc-dev-guide#1563 (comment) is merged, so this is no longer blocked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a good start, thanks. I left a few suggestions below, and I also think we should link to this README from the dev guide.
939588a
to
c447e86
Compare
@@ -236,63 +145,31 @@ build/ | |||
# system will link (using hard links) output from stageN-{std,rustc} into | |||
# each of these directories. | |||
# | |||
# In theory, there is no extra build output in these directories. | |||
# In theory these are working rustc sysroot directories, meaning there is | |||
# no extra build output in these directories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure we need to mention this in the docs, but I'm hoping at some point to distinguish these "public" sysroots from the one's we're using for bootstrap internally: https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/Performing.20.60.2E.2Fx.2Epy.20dist.60.20results.20in.20a.20broken.20compiler.20at.20.2E.2E.2E
Signed-off-by: ozkanonur <work@onurozkan.dev>
fa73de4
to
6558326
Compare
Thank you!! @bors r+ rollup |
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#107116 (consolidate bootstrap docs) - rust-lang#107646 (Provide structured suggestion for binding needing type on E0594) - rust-lang#107661 (Remove Esteban from review queues for a while) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
With this diff, I tried to consolidate bootstrap documentations and remove the duplicated informations.
Coupled with rust-lang/rustc-dev-guide#1563
Resolves #90686
Signed-off-by: ozkanonur work@onurozkan.dev